Skip to content

Conversation

@zorancv
Copy link
Contributor

@zorancv zorancv commented Aug 12, 2024

The branch is intended to be a base for further PRs of the subgraph composition feature. It adds integration tests.

@incrypto32 incrypto32 force-pushed the subgraph-composition-base branch 4 times, most recently from db03c31 to 3323e79 Compare August 13, 2024 05:19
@zorancv zorancv changed the base branch from master to subgraph-composition-intermediate August 13, 2024 10:02
@zorancv zorancv force-pushed the subgraph-composition-intermediate branch from e288d87 to 17a4120 Compare August 15, 2024 12:36
@zorancv zorancv force-pushed the subgraph-composition-base branch from c2e1ae2 to 7aacb63 Compare August 15, 2024 12:44
@incrypto32 incrypto32 added this to the Subgraph Composition milestone Sep 10, 2024
@incrypto32 incrypto32 force-pushed the subgraph-composition-intermediate branch 3 times, most recently from 10725c2 to 3afd1c6 Compare September 11, 2024 11:06
@zorancv zorancv changed the base branch from subgraph-composition-intermediate to zoran/subgraph-datasource September 11, 2024 12:56
@incrypto32 incrypto32 force-pushed the zoran/subgraph-datasource branch from 10725c2 to 0a89a4e Compare September 12, 2024 07:26
@incrypto32 incrypto32 force-pushed the subgraph-composition-base branch from 7aacb63 to fd2fdd4 Compare September 12, 2024 07:51
@incrypto32 incrypto32 changed the title Subgraph composition base branch Subgraph composition : Add Integration Tests Sep 12, 2024
@zorancv zorancv marked this pull request as ready for review November 7, 2024 14:26
@incrypto32 incrypto32 requested a review from mangas November 11, 2024 07:33
@zorancv zorancv force-pushed the zoran/subgraph-datasource branch from 8ce342f to 9acd51e Compare November 14, 2024 19:10
@zorancv zorancv force-pushed the zoran/subgraph-datasource branch 5 times, most recently from 6a47d26 to 0d7e4d5 Compare November 29, 2024 14:46
@zorancv zorancv force-pushed the subgraph-composition-base branch 2 times, most recently from e96cbba to fd2fdd4 Compare December 5, 2024 10:17
@incrypto32 incrypto32 force-pushed the subgraph-composition-base branch from fd2fdd4 to 8f4563b Compare December 5, 2024 11:06
@zorancv zorancv force-pushed the subgraph-composition-base branch 2 times, most recently from 9f70d9a to 6016a3e Compare December 6, 2024 13:40
@incrypto32 incrypto32 force-pushed the subgraph-composition-base branch from 6016a3e to 9f70d9a Compare December 6, 2024 13:57
@zorancv zorancv force-pushed the zoran/subgraph-datasource branch from 81fb399 to 70ca609 Compare December 6, 2024 14:03
@zorancv zorancv force-pushed the subgraph-composition-base branch 2 times, most recently from 536ae0a to 3ac0c1a Compare December 9, 2024 12:34
test: force_boxed(test),
source_subgraph: Some(source_subgraph.to_string()),
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of duplicating Self::new with that ugly force_boxed, why not just use

  {
    let mut test_case = Self::new(..); 
    test_case.source_subgraph = ...;
    test_case
}

@incrypto32 incrypto32 force-pushed the zoran/subgraph-datasource branch 2 times, most recently from b5af690 to d2f6352 Compare January 31, 2025 12:03
@incrypto32 incrypto32 force-pushed the subgraph-composition-base branch from 3ac0c1a to 92aca24 Compare January 31, 2025 12:07
@incrypto32 incrypto32 closed this Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants